PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFComputedDigitalSignature Class / decodeSignature Method
In This Topic
    decodeSignature Method
    In This Topic
    Decodes the signature into a hierarchy of ASN.1 Objects.
    Syntax
    public Asn1Object[] decodeSignature()

    Return Value

    The hierarchy of ASN.1 Objects that compose this signature.
    See Also